home *** CD-ROM | disk | FTP | other *** search
-
- // This JavaScript file was autogenerated from inc/plugins/objects/fprint/p3fprint.h
- // Do not modify by hand
- // Copyrights 2001, Realsoft Graphics, Finland
-
- include("real/primgad/p3aniobj.js")
- var R3CLID_FOOTPRINTGADGET = 1495;
-
- R3FPRINTGM_SETSTEPHEIGH = 1495000;
-
- function _R3FPRINTGM_SETSTEPHEIGH() {
- return this.r3Do(R3FPRINTGM_SETSTEPHEIGHT, arguments);
- }
-
-
- R3FPRINTGM_SETTOUCHTIME = 1495001;
-
- function _R3FPRINTGM_SETTOUCHTIME() {
- return this.r3Do(R3FPRINTGM_SETTOUCHTIME, arguments);
- }
-
-
- R3FPRINTGM_SETPHASE = 1495002;
-
- function _R3FPRINTGM_SETPHASE() {
- return this.r3Do(R3FPRINTGM_SETPHASE, arguments);
- }
-
- function r3Footprintgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FOOTPRINTGADGET, arguments);
- }
- // Methods
- this.SETSTEPHEIGH=_R3FPRINTGM_SETSTEPHEIGH;
- this.SETTOUCHTIME=_R3FPRINTGM_SETTOUCHTIME;
- this.SETPHASE=_R3FPRINTGM_SETPHASE;
-
- // inc/plugins/objects/fprint/p3fprint.h_H